home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-4 / card_5006.txt < prev    next >
Text File  |  1990-04-06  |  3KB  |  152 lines

  1. -- card: 5006 from stack: in.0-4
  2. -- bmap block id: 5323
  3. -- flags: 0000
  4. -- background id: 2767
  5. -- name: Ex 1.4
  6.  
  7.  
  8. -- part 14 (button)
  9. -- low flags: 00
  10. -- high flags: 8006
  11. -- rect: left=258 top=239 right=258 bottom=431
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 174
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: The customer’s credit rating
  20. ----- HyperTalk script -----
  21. -- The "HiliteRadio" handler is in the stack script.
  22. on mouseUp
  23.   hideFeedback
  24.   HiliteRadio
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 15 (button)
  30. -- low flags: 00
  31. -- high flags: 8006
  32. -- rect: left=258 top=257 right=276 bottom=423
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 174
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Help about using the stack
  41. ----- HyperTalk script -----
  42. -- The "HiliteRadio" handler is in the stack script.
  43. on mouseUp
  44.   hideFeedback
  45.   HiliteRadio
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 16 (button)
  51. -- low flags: 00
  52. -- high flags: 8006
  53. -- rect: left=258 top=275 right=294 bottom=450
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 174
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Information about the customer
  62. ----- HyperTalk script -----
  63. -- The "HiliteRadio" handler is in the stack script.
  64. on mouseUp
  65.   hideFeedback
  66.   HiliteRadio
  67. end mouseUp
  68.  
  69.  
  70.  
  71. -- part 20 (button)
  72. -- low flags: 00
  73. -- high flags: A003
  74. -- rect: left=400 top=299 right=317 bottom=459
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 1
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: Done
  83. ----- HyperTalk script -----
  84. -- The "checkOneRight" handler is in the stack script.
  85. on mouseUp
  86.   checkOneRight
  87. end mouseUp
  88.  
  89.  
  90.  
  91. -- part 22 (button)
  92. -- low flags: 00
  93. -- high flags: A003
  94. -- rect: left=345 top=322 right=340 bottom=461
  95. -- title width / last selected line: 0
  96. -- icon id / first selected line: 0 / 0
  97. -- text alignment: 1
  98. -- font id: 0
  99. -- text size: 12
  100. -- style flags: 0
  101. -- line height: 16
  102. -- part name: Correct Answer
  103. ----- HyperTalk script -----
  104. -- This handler shows the correct answer.
  105.  
  106. on mouseUp
  107.   hideFeedback
  108.   dehiliteBtns
  109.   set hilite of btn 2 to true
  110.   wait 25
  111.   repeat 2
  112.     set hilite of btn 2 to false
  113.     wait 25
  114.     set hilite of btn 2 to true
  115.     wait 25
  116.   end repeat
  117.   ans 4
  118. end mouseUp
  119.  
  120.  
  121.  
  122. -- part contents for background part 9
  123. ----- text -----
  124. 4 of 6
  125.  
  126. -- part contents for background part 6
  127. ----- text -----
  128. Here is the card from the accounting application again.  What will this indicated button do? 
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140. This button‚Äî     ‚Äîwill take 
  141. you to:
  142.  
  143. -- part contents for background part 19
  144. ----- text -----
  145. 15
  146.  
  147. -- part contents for background part 21
  148. ----- text -----
  149. No, a question mark button is usually used to provide Help about using a stack.
  150. Correct. A question mark button will take you to help about using this HyperCard stack.
  151. No, a question mark button is usually used to provide Help about using a stack.
  152. This is the correct answer. A question mark button takes you to help about using this HyperCard stack.